#youtube .embed-container { 
        position: relative; 
        padding-bottom: 56.25%; 
        height: 0; 
        overflow: hidden; 
        max-width: 100%; 
} 
#youtube .embed-container iframe, 
#youtube .embed-container object,
#youtube .embed-container embed { 
        position: absolute; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
}
#youtube .video {
        margin: 20px 0 100px;
}
#youtube .video > .embed {
        margin-bottom: 20px;
}
#youtube .video > .name {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
}
#youtube .video > .description {
        font-size: 16px;
}


@media (max-width: 414px) { 
        #youtube .contentBody,
        #youtube .heading {
                margin: 0 15px;
        }
}
